﻿         .modal-close-button {
            position: absolute;
            right: -15px;
            top: -15px;
            background-color: white;
            border-radius: 15px;
            width: 30px;
            height: 30px;
            padding: 4px 0px 5px 4px;
            border: 3px solid #942a6e;
            border-bottom-color: white;
            transform: rotate(45deg);
        }

        .modal-content {
            border: 2px solid #b33284;
            margin: 20px 5px;
            width: 80% !important;
            border-radius:5px;
            pointer-events:all;
        }

        .modal-backdrop {
            background-color: #0e0514;
        }

        .modal-body {
            padding: 15px;
        }

        .modal-content-holder {
            background-color: #f4d7e9;
            border-radius: 5px;
        }

        .modal-alert-icon {
            height: 70px;
            width: 80px;
            float: left;
            text-align: center;
            padding-top: 10px;
        }

        .modal-alert-icon img{
            height: 50px;
            width: 60px;
            vertical-align:middle;
        }

        .modal-alert-text {
            background-color: #f4d7e9;
            border-radius: 5px;
            color: #942a6e;
            font-family: Calibri;
            font-size: 20px !important;
            overflow: hidden;
            min-height: 70px;
            padding-left: 10px;
            line-height:30px;
        }

        .modal-footer{
            padding-top:0px !important;
            border-top:none;
        }

.modal-dialog-save{
    max-width:520px;
    min-width:220px;
}

#modal-confirm-buttons{
    padding-top:10px;
    padding-bottom:10px;
    float:right;
    padding-right:5px;
}

   #modal-confirm-buttons *:hover{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    color:white;
}

        .btn-confirm-save {
            font-family: Calibri;
            background-color: #942a6e !important;
            color: white;
        }

        .btn-confirm-close {
            border-color: #942a6e;
            color: #942a6e;
        }

.modal{
    background-color:none !important;
}

        .vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}

#modal-alert-buttons{
    padding-top:10px;
    padding-bottom:10px;
    float:right;
    padding-right:5px;
}

#modal-alert-buttons button{
    padding-right:40px;
    padding-left:40px;
}

#modal-alert-buttons button:hover{
    color:#942a6e;
    background-color:white !important;
    border-color:#942a6e;
}

   #alertText{
           display: table-cell;
    vertical-align: middle;
    height: 60px;
   }

/*Feedback popup*/

#reviewPopup {
    font-family:'Frutiger LT Std' !important;  

}

        #reviewPopup .modal-content{
             width: 80%; 
             margin: auto;
             background-color:#942a6e;
             pointer-events:all;
        }
        #reviewPopup .modal-body{
            padding-top: 0px !important;
            color:white
        }

        #reviewPopup .text-wrapper{
            display:table;
            width:100%;
            height:70px;
        }
        #reviewPopup .text-container{
            display: table-cell;
            vertical-align: middle;
            text-align:center;
            height:50px;
            width: 100%;
            font-size: 19px;
            font-weight:bold;
        }

       .reviewIcons{
            height:100px;
            text-align:center;
        }
        .reviewIcons span{
            font-weight:bold;
            font-family:'Frutiger LT Std' !important; 
        }

        .reviewButtons{
            border:none;
            background-color:#942a6e !important;
        }
        .reviewButtons img{
            width:75px;
            height:75px;
            max-height: 75px;
            margin-bottom:4px;
        }


        .reviewLaunchButton{
            left: 50px;
            height: 65px;
            width:65px;
            bottom:0px;
            position: fixed; 
            border:none;
            background-color:#942a6e !important;
            z-index:890;
        }
        .reviewLaunchButton img{
            height:40px !important;
            width: 40px !important;
        }
        #reviewThanksMessage{
            padding:10px;
            display:none;
        }
        #reviewThanksMessage p{
            font-size:30px;
            text-align:center;
            line-height:1.4;
        }
        .reviewCommentdiv{
            text-align:center;
        }
        .reviewCommentdiv textarea{
            color: #6D6F71;
            width: 90%;
            margin-top: 10px; 
            border-style: none;
            padding: 5px;
             
        }

       #reviewThanksMessage{
            text-align:center;
        }

            #reviewThanksMessage button {
                border-color: white;
                width: 50%;
                height: 40px;
                font-size: 20px;
                background-color: rgb(148,42,110);
                margin-bottom:10px;
            }
